home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / networking.conf < prev    next >
Text File  |  2009-09-14  |  290b  |  14 lines

  1. # networking - configure virtual network devices
  2. #
  3. # This task causes virtual network devices that do not have an associated
  4. # kernel object to be started on boot.
  5.  
  6. description    "configure virtual network devices"
  7.  
  8. start on (local-filesystems
  9.       and stopped udevtrigger)
  10.  
  11. task
  12.  
  13. exec ifup -a
  14.